-
I have deployed django project on ubuntu server using nginx and gunicorn. Django tries to route /phpmyadmin within django project …
- 395 views
- 0 answers
- 0 votes
-
I have setup sub domain routing with nginx and laravel for my development site, but for some reason when i …
- 371 views
- 1 answers
- 0 votes
-
I have recently installed Magento 2.3.5-p1/2.3.4 with sample data (different versions to solve this problem) and everything seems to work …
- 393 views
- 2 answers
- 0 votes
-
I have a server with php7.4 and nginx (aws ebs), I admit that I don’t know anything about nginx, I …
- 309 views
- 0 answers
- 0 votes
-
I try to install PHP 5.6 with yum install php I have CentOs 7 but get the follow error: Error: …
- 387 views
- 2 answers
- 0 votes
-
laravel 7.19.1 php 7.4 nginx 1.17.10(ubuntu) i tried to get HTTP_REFERER from request() or from $_SERVER always return without referer …
- 358 views
- 0 answers
- 0 votes
-
I have a legacy php websiste that has been migrated to a new server with nginx (and php 7.4) My …
- 360 views
- 1 answers
- 0 votes
-
How can I deploy static html (and other static files, like css, pictures, etc.) on nginx? I need to put …
- 389 views
- 0 answers
- 0 votes
-
I am working on a spring boot project and i am trying to add a file into S3 which is …
- 402 views
- 1 answers
- 0 votes
-
I want to forward requests to the subdirectory v1 (subdomain.domain.com/v1) to my root in Nginx. Tried this and this answer …
- 384 views
- 1 answers
- 0 votes